@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@700;800;900&display=swap');


/* Universal */
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    scroll-behavior: smooth;
}

:root {
    --blue-900: #042c53;
    --blue-800: #0c447c;
    --blue-600: #185fa5;
    --blue-400: #378add;
    --blue-50: #e6f1fb;
    --teal-50: #e1f5ee;
    --teal-600: #0f6e56;
    --amber-50: #faeeda;
    --amber-600: #ba7517;
    --orange: #f47820;
    --orange-2: #e06a10;
    --orange-lt: #fff4ea;
    --white: #ffffff;
    --bg: #f5f7fa;
    --bg2: #eef2f7;
    --txt: #0d1b2a;
    --txt2: #3d5166;
    --txt3: #7a8fa3;
    --bdr: rgba(20, 60, 100, 0.11);
    --r4: 4px;
    --r8: 8px;
    --r12: 12px;
    --r16: 16px;
    --r20: 20px;
}

html,
body {
    height: 100%;
    -webkit-font-smoothing: antialiased;
}

body {
    font-family: "DM Sans", sans-serif;
    font-size: 14px;
    line-height: 1.6;
    color: var(--txt);
    background: var(--bg);
}

/* Navigation Bar */
.navigation-bar {
    background: #0D6EFD;
    padding: 16px 30px;
}
.left-nav-section{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 6px;
    padding-left: 0px;
}

.left-nav-section img {
    width:120px;
}

.left-nav-section h1{
    font-family: 'Playfair Display', serif; 
    color: white;
    font-size: 40px;
}
.left-nav-section h1 span{
    color: orange;
}
.left-nav-section p{
    font-weight: 500;
    color: white;
    margin-bottom:0px;
}
.right-nav-section{
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 18px;
    color: white;
}
.right-nav-section a{
    text-decoration: none;
    color: white;
    font-weight: 500;
}
.right-nav-section input{
    border: none;
    outline: none;
    padding: 4px 6px;
    border-radius: 4px;
}
.right-nav-section button{
    border: none;
    outline: none;
    padding: 3px 8px;
    font-weight: 500;
    border-radius: 3px;
    background: orange;
    color: white;
}


/* Section One */
.section-one{
    position: relative; 
    top: 30px;
}
.section-one-left-bar{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 100px 0;
}
.section-one-left-bar h2{
    font-family: 'Playfair Display', serif; 
    color: orange;
}
.section-one-left-bar p{
    padding: 0 25px;
    text-align: justify;
    font-size: 15px;
    font-weight: 450;
    color: grey;
}
.buttons-section-one{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 45px;
}
.buttons-section-one a{
    text-decoration: none;
    padding: 4px 28px;
    border-radius: 3px;
    background: #0D6EFD;
    color: white;
}
.buttons-section-one button{
    border: none;
    outline: none;
    background: white;
    color: #0D6EFD;
    font-weight: 500;
}
.section-one-right-bar{
    background: url("../../Images/Index-page-image/section-one/bg-one.png");
    background-repeat: no-repeat;
    background-position: right;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 75px 0;
}


/* Section Two */
.section-two-left-bar{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.section-two-left-bar h2{
    font-family: 'Playfair Display', serif; 
    color: orange;
}
.section-two-left-bar p{
    padding: 0 25px;
    text-align: justify;
    font-size: 15px;
    font-weight: 450;
    color: grey;
}
.section-two-left-bar a{
    text-decoration: none;
    padding: 4px 28px;
    border-radius: 3px;
    background: #0D6EFD;
    color: white;
}
.section-two-right-bar{
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 40px 0;
}
.section-two-right-bar img{
    width: 800px;
}


/* Section Three */
.section-three{
    background: #FFA500;
}
.section-three-left-bar{
    padding: 40px 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.section-three-left-bar img{
    width: 850px;
}
.section-three-right-bar{
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    flex-direction: column;
}
.section-three-right-bar h2{
    font-family: 'Playfair Display', serif; 
    color: white;
}
.section-three-right-bar p{
    padding: 0 25px;
    text-align: justify;
    font-size: 15px;
    font-weight: 450;
    color: white;
}
.section-three-right-bar a{
    text-decoration: none;
    padding: 4px 28px;
    border-radius: 3px;
    background: #0D6EFD;
    color: white;
}


/* Why Us Section */
.why-us{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 16px 0;
}
.why-us-column-section{
    padding: 45px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.why-us-column-bar-ten{
    display: flex;
    align-content: center;
    justify-content: center;
    flex-direction: column;
    gap: 30px;
}
.why-us-column-section h2{
    color: orange;
    font-weight: bold;
    font-size: 38px;
}
.why-us-column-section p{
    padding: 0px 40px;
    text-align: center;
    font-weight: 500;
    color: grey;
}
.why-us-row-section-one{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100vw;
}
.why-us-column-section-two{
    display: flex;
    align-items: center;
    justify-content: center;
}
.why-us-column-inside{
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
    padding: 0 6px;
    border-radius: 6px;
    background: orange;
}
.why-us-column-inside img{
    width: 100px;
}
.why-us-column-inside h6{
    color: white;
    font-weight: bold;
    font-size: 19px;
    color: #0D6EFD;
}
.why-us-column-inside p{
    font-size: 13px;
    text-align: justify;
    color: white;
    font-weight: 450;
}





/* Footer Bar */
/* Footer Section One */
.footer-section-bar{
/*    position: relative;
    top: 30px;*/
}
.footer-section-bar-one{
    padding: 15px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background: rgb(214, 213, 213);
}
.footer-section-bar-one h2{
    font-weight: 500;
    letter-spacing: 1px;
    width: 100%;
    color: #0D6EFD;
    padding-left: 35px;
    font-size: 25px;
}
.marqueetag img{
    width: 150px;
}
/* Footer Section Two */
.footer-section-bar-two{
    background: black;
    padding:40px 30px;
}
.footer-section-bar-two-row-section{
    display: flex;
    align-items: center;
    justify-content: center;
}
.first-footer-column{
    display: flex;
    align-items: center;
/*    justify-content: flex-start;*/
/*    flex-direction: column;
    padding: 30px 0;*/
}
.first-footer-column img{
    width: 120px;
}
.icon-bar{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
}
.icon-bar img{
    width: 20px;
}
.second-footer-column{
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
}
.second-footer-column h6{
    font-size: 21px;
    font-weight: bold;
}
.second-footer-column a{
    text-decoration: none;
    color: white;
    font-weight: 500;
    font-size: 13px;
}
.second-footer-column p{
    color: white;
    font-size: 14px;
} 
.first-footer-column p{
    color: white;
    font-size: 13px;
}


.third-footer-column {
    display:flex;
    align-items: flex-end;
    flex-direction:column;
}

.third-footer-column h6 {
    font-size: 21px;
    font-weight: bold;
    color: gray;
}

.third-footer-column span {
    font-size: 16px;
    font-weight: 500;
    color: gray;
}

.third-footer-column p {
    margin-bottom: 8px;
}

.third-footer-column a {
    text-decoration: none;
    color:white;
}

/* Footer Section Three */
.footer-section-bar-three{
    display: flex;
    align-items: center;
    justify-content: center;
}
.footer-section-bar-three p{
    font-weight: 500;
    position: relative;
    top: 6px;
}



.main-box {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

.page-content {
    flex: 1;
}

nav {
    background: var(--white);
    border-bottom: 1px solid var(--bdr);
    position: sticky;
    top: 0;
    z-index: 99;
}

.content-box {
    padding: 0 32px;
    height: 52px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 1100px;
    margin: auto;
}

.brand {
    display: flex;
    align-items: center;
    gap: 9px;
    text-decoration: none;
}

    .brand img,
    .footer-brand img {
        width: 80px;
        height: 60px;
    }

.brand-sep {
    width: 1px;
    height: 18px;
    background: var(--bdr);
    margin: 0 2px;
}

.brand-tag {
    font-size: 12px;
    color: var(--txt3);
    letter-spacing: 0.02em;
    font-weight: 400;
}

.nav-btn {
    font-size: 12.5px;
    font-weight: 600;
    color: var(--white);
    background: var(--orange);
    text-decoration: none;
    padding: 6px 16px;
    border-radius: var(--r8);
    transition: background 0.15s, transform 0.1s;
    letter-spacing: 0.01em;
}

    .nav-btn:hover {
        background: var(--orange-2);
        transform: translateY(-1px);
    }

.page {
    display: grid;
    grid-template-columns: 1fr 340px;
    max-width: 1100px;
    margin: 0 auto;
    padding: 16px 16px 16px;
    gap: 20px;
}

.hero-card {
    background: var(--blue-900);
    border-radius: var(--r16);
    padding: 36px 40px 36px;
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 270px;
}

    .hero-card::after {
        content: "";
        position: absolute;
        right: -60px;
        bottom: -60px;
        width: 260px;
        height: 260px;
        background: rgba(244, 120, 32, 0.13);
        border-radius: 50%;
        pointer-events: none;
    }

.hero-arc {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 200px;
    background: linear-gradient(160deg, #f47820 0%, #c94a00 100%);
    clip-path: ellipse(220px 400px at 220px 50%);
}

.hero-api-icon {
    position: absolute;
    right: 24px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
    width: 130px;
    height: 130px;
}

.tag {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: rgba(55, 138, 221, 0.18);
    border: 1px solid rgba(55, 138, 221, 0.3);
    color: #7bbfef;
    font-size: 10.5px;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    padding: 3px 10px 3px 7px;
    border-radius: 20px;
    margin-bottom: 14px;
    width: fit-content;
}

    .tag .dot {
        width: 5px;
        height: 5px;
        border-radius: 50%;
        background: var(--blue-400);
        display: inline-block;
    }

.hero-h {
    font-size: clamp(22px, 3vw, 34px);
    font-weight: 700;
    color: var(--white);
    line-height: 1.15;
    letter-spacing: -0.02em;
    margin-bottom: 10px;
    position: relative;
    z-index: 2;
}

    .hero-h .acc {
        color: var(--orange);
    }

.hero-p {
    font-size: 13px;
    color: rgba(255, 255, 255, 0.6);
    line-height: 1.65;
    max-width: 400px;
    margin-bottom: 20px;
    position: relative;
    z-index: 2;
}

.hero-btns {
    display: flex;
    gap: 10px;
    position: relative;
    z-index: 2;
}

.btn-o {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    background: var(--orange);
    color: var(--white);
    font-size: 13px;
    font-weight: 600;
    padding: 9px 20px;
    border-radius: var(--r8);
    text-decoration: none;
    transition: background 0.15s, transform 0.1s;
}

    .btn-o:hover {
        background: var(--orange-2);
        transform: translateY(-1px);
    }

.btn-g {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    background: rgba(255, 255, 255, 0.1);
    color: rgba(255, 255, 255, 0.8);
    font-size: 13px;
    font-weight: 500;
    padding: 9px 18px;
    border-radius: var(--r8);
    text-decoration: none;
    border: 1px solid rgba(255, 255, 255, 0.15);
    transition: background 0.15s;
}

    .btn-g:hover {
        background: rgba(255, 255, 255, 0.17);
    }

.right-panel {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.api-info-card {
    background: var(--white);
    border: 1px solid var(--bdr);
    border-radius: var(--r16);
    padding: 22px 22px 20px;
    flex: 1;
}

    .api-info-card h3 {
        font-size: 14px;
        font-weight: 700;
        color: var(--txt);
        margin-bottom: 6px;
        letter-spacing: -0.01em;
    }

    .api-info-card p {
        font-size: 12.5px;
        color: var(--txt2);
        line-height: 1.6;
        margin-bottom: 14px;
    }

.stats-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
}

.stat {
    background: var(--bg);
    border-radius: var(--r8);
    padding: 10px 12px;
}

.stat-n {
    font-size: 17px;
    font-weight: 700;
    color: var(--blue-800);
    line-height: 1;
}

.stat-l {
    font-size: 11px;
    color: var(--txt3);
    margin-top: 2px;
}

.contact-card {
    background: var(--white);
    border: 1px solid var(--bdr);
    border-radius: var(--r16);
    padding: 16px 20px;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.ci {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 12.5px;
    color: var(--txt2);
}

    .ci svg {
        flex-shrink: 0;
        opacity: 0.55;
    }

    .ci a {
        color: var(--blue-600);
        text-decoration: none;
    }

        .ci a:hover {
            text-decoration: underline;
        }

.bottom-row {
    display: grid;
    grid-template-columns: repeat(3, 1fr) 260px;
    gap: 20px;
    max-width: 1100px;
    margin: 0 auto;
    padding: 16px 16px 16px;
}

.feat {
    background: var(--white);
    border: 1px solid var(--bdr);
    border-radius: var(--r12);
    padding: 18px 18px 16px;
    transition: border-color 0.18s, box-shadow 0.18s, transform 0.18s;
    position: relative;
    overflow: hidden;
}

    .feat::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        height: 2.5px;
        background: transparent;
        border-radius: var(--r12) var(--r12) 0 0;
        transition: background 0.2s;
    }

    .feat:hover {
        border-color: rgba(24, 95, 165, 0.22);
        box-shadow: 0 4px 16px rgba(12, 68, 124, 0.08);
        transform: translateY(-2px);
    }

        .feat:hover::before {
            background: linear-gradient(90deg, var(--orange), var(--blue-600));
        }

.feat-icon {
    width: 36px;
    height: 36px;
    border-radius: var(--r8);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 12px;
}

    .feat-icon.b {
        background: var(--blue-50);
    }

    .feat-icon.t {
        background: var(--teal-50);
    }

    .feat-icon.a {
        background: var(--amber-50);
    }

    .feat-icon svg {
        width: 18px;
        height: 18px;
    }

.feat h4 {
    font-size: 13px;
    font-weight: 700;
    color: var(--txt);
    margin-bottom: 5px;
    letter-spacing: -0.01em;
}

.feat p {
    font-size: 12px;
    color: var(--txt2);
    line-height: 1.6;
}

.cta-card {
    background: var(--blue-900);
    border-radius: var(--r12);
    padding: 22px 22px 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: relative;
    overflow: hidden;
}

    .cta-card::before {
        content: "";
        position: absolute;
        right: -40px;
        bottom: -40px;
        width: 160px;
        height: 160px;
        background: rgba(244, 120, 32, 0.15);
        border-radius: 50%;
    }

.cta-lbl {
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.4);
    margin-bottom: 8px;
}

.cta-h {
    font-family: "Syne", sans-serif;
    font-size: 15px;
    font-weight: 700;
    color: var(--white);
    line-height: 1.25;
    margin-bottom: 10px;
    letter-spacing: -0.01em;
}

.cta-p {
    font-size: 12px;
    color: rgba(255, 255, 255, 0.55);
    line-height: 1.6;
    margin-bottom: 18px;
}

.cta-btn {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    background: var(--orange);
    color: var(--white);
    font-size: 12.5px;
    font-weight: 600;
    padding: 9px 18px;
    border-radius: var(--r8);
    text-decoration: none;
    transition: background 0.15s, transform 0.1s;
    z-index: 1;
    position: relative;
    width: fit-content;
}

    .cta-btn:hover {
        background: var(--orange-2);
        transform: translateY(-1px);
    }

.trust {
    max-width: 1100px;
    margin: 16px auto 16px;
    padding: 0 24px;
    display: flex;
    align-items: center;
    gap: 6px;
    flex-wrap: wrap;
}

.trust-tag {
    display: flex;
    align-items: center;
    gap: 5px;
    background: var(--white);
    border: 1px solid var(--bdr);
    border-radius: 20px;
    padding: 4px 11px;
    font-size: 11.5px;
    color: var(--txt2);
    font-weight: 500;
    white-space: nowrap;
}

    .trust-tag svg {
        width: 11px;
        height: 11px;
        flex-shrink: 0;
    }

footer {
    border-top: 1px solid var(--bdr);
    background: var(--white);
}

.footer-box {
    padding: 12px 32px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 1100px;
    margin: auto;
}

.footer-brand {
    display: flex;
    align-items: center;
    gap: 8px;
}

.copyright {
    font-size: 11.5px;
    color: var(--txt3);
}

@media (max-width: 900px) {
    .page {
        grid-template-columns: 1fr;
        padding: 16px;
    }

    .bottom-row {
        grid-template-columns: 1fr 1fr;
    }

    .hero-arc,
    .hero-api-icon {
        display: none;
    }

    footer {
        position: relative;
        bottom: inherit;
        left: inherit;
    }
}

@media (max-width: 600px) {
    .bottom-row {
        grid-template-columns: 1fr;
    }

    footer {
        flex-direction: column;
        gap: 6px;
        text-align: center;
    }
}
